Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump globus-compute-sdk from 2.32.1 to 2.33.0 #1487

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 11, 2024

Bumps globus-compute-sdk from 2.32.1 to 2.33.0.

Release notes

Sourced from globus-compute-sdk's releases.

2.33.0

What's Changed

Full Changelog: globus/globus-compute@2.32.1...2.33.0

Changelog

Sourced from globus-compute-sdk's changelog.

globus-compute-sdk & globus-compute-endpoint v2.33.0

New Functionality ^^^^^^^^^^^^^^^^^

  • Implement optional PAM capabilities for ensuring user accounts meet site-specific criteria before starting user endpoints. Within the multi user endpoint, PAM defaults to off, but is enabled via the pam field:

    .. code-block:: yaml :caption: config.yaml -- Example MEP configuration opting-in to PAM

    multi_user: true pam: enable: true

    As authentication is implemented via Globus Auth and identity mapping, the Globus Compute Endpoint does not implement the authorization or password managment phases of PAM. It implements account (|pam_acct_mgmt(3)|_) and session (|pam_open_session(3)|) management.

    For more information, consult :ref:the PAM section <pam> of the documentation.

    .. |pam_acct_mgmt(3)| replace:: pam_acct_mgmt(3) .. _pam_acct_mgmt(3): https://www.man7.org/linux/man-pages/man3/pam_acct_mgmt.3.html .. |pam_open_session(3)| replace:: pam_open_session(3) .. _pam_open_session(3): https://www.man7.org/linux/man-pages/man3/pam_open_session.3.html

Changed ^^^^^^^

  • Bumped dill dependency to version 0.3.9 for Python 3.11+.

.. _changelog-2.32.1:

Commits
  • d46869d Bump versions and changelog for release v2.33.0
  • d995c82 Bump versions for alpha release v2.33.0a1
  • 61ae5f9 Bump versions for alpha release v2.33.0a0
  • 0870047 Merge pull request #1729 from globus/replace_ipv4_v6-sc-37307
  • acd1d4f remove 127.0.0.1 usage and enable ipv6 compatibility
  • 8a077e3 Touch up Security Posture section
  • 98ab77d Bumped dill dependency to v0.3.9 for Python 3.11+
  • f8be00a Merge pull request #1735 from globus/rpm-release-doc-only
  • d9137a5 Allow UEPs to restrict functions
  • b992088 Merge pull request #1740 from globus/v2.32.1
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [globus-compute-sdk](https://github.com/globus/globus-compute) from 2.32.1 to 2.33.0.
- [Release notes](https://github.com/globus/globus-compute/releases)
- [Changelog](https://github.com/globus/globus-compute/blob/main/docs/changelog.rst)
- [Commits](globus/globus-compute@2.32.1...2.33.0)

---
updated-dependencies:
- dependency-name: globus-compute-sdk
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Dec 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants